home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_91 / DoAction.as
Text File  |  2011-08-19  |  157b  |  6 lines

  1. this.stat = "gameover";
  2. this.attachMovie("gameover","gameoverMC",_root.depthwindow++);
  3. this.gameoverMC._x = 320;
  4. this.gameoverMC._y = 260;
  5. this.stop();
  6.